home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / frame_180 / DoAction_2.as next >
Text File  |  2011-08-19  |  444b  |  17 lines

  1. i = 0;
  2. while(i <= 10)
  3. {
  4.    _root["name_" + i].text = _global.people_array[i];
  5.    if(_global.gameuser == _global.people_array[i])
  6.    {
  7.       _root.bar._alpha = 100;
  8.       _root.bar._y = _root["name_" + i]._y;
  9.    }
  10.    _root["highscore_" + i].text = _global.highscore_array[i];
  11.    _root["country_" + i].text = _global.country_array[i];
  12.    _root["age_" + i].text = _global.age_array[i];
  13.    i++;
  14. }
  15. _level0.loaded5 = "false";
  16. stop();
  17.